home *** CD-ROM | disk | FTP | other *** search
/ Model Wife / The Best of New Machine Publishing 4 - Disc 2: Model Wife.iso / pc / sampler / dm13.dxr / 00500.ls < prev    next >
Encoding:
Text File  |  1995-09-05  |  1.0 KB  |  40 lines

  1. on startMovie
  2.   global DIRECTION, LOCATION, movie, CHARACTER, WALK, move, QUESTION, ANSWER, RESPONSE, START, stop, CLIP, x, T1, T2, T3, CHOICE1, CHOICE2, CHOICE3, frame, restart, intro, y, Q, F, C, L, CHANGE, M, V, I, t, yes1, yes2, yes3, p, ok1, ok2, ok3, PAN, picture, RATE, snd1, snd2, snd3, CORPSE
  3.   set CORPSE to 0
  4.   set snd1 to 1
  5.   set snd2 to 1
  6.   set snd3 to 1
  7.   set y to 0
  8.   set intro to 1
  9.   set DIRECTION to 0
  10.   set LOCATION to 0
  11.   set movie to 0
  12.   set CHARACTER to 1
  13.   set move to 0
  14.   set QUESTION to 0
  15.   set ANSWER to 0
  16.   set x to 1
  17.   set WALK to 0
  18.   set frame to 0
  19.   set restart to 0
  20.   set stop to 240
  21.   set START to 240
  22.   set M to 0
  23.   set V to 0
  24.   set yes1 to 0
  25.   set yes2 to 0
  26.   set yes3 to 0
  27.   set ok1 to 1
  28.   set ok2 to 1
  29.   set ok3 to 1
  30.   set picture to 0
  31.   set RATE to 1
  32.   set the visible of sprite 7 to 0
  33.   set the visible of sprite 10 to 0
  34.   set the visible of sprite 11 to 0
  35.   set the visible of sprite 12 to 0
  36.   set the visible of sprite 2 to 1
  37.   set the visible of sprite 3 to 1
  38.   set the visible of sprite 4 to 1
  39. end
  40.